-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add snapatac2 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Zethson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does LFS cache really result in a speedup here? There aren't that many big binaries right?
But it doesn't really matter
Well we can't opt-out of LFS because Kai uses it (or can we?). And if we use the github action checkout, we'll check out that single 3MB file, which is the largest one. But if we run these once a day for a month, that's 200MB of his quota (because there are two runs, one for each python version): https://docs.github.com/en/billing/concepts/product-billing/git-lfs#free-use-of-git-lfs, granted he has 10GB. So this is more out of respect for his repo than anything. |
See scverse/SnapATAC2#424 (comment) for why we had to do the directory fixes. The
doesn't let you specify a path so I'm not sure how to get around this. So now we just checkout each repo into the root.